Click or drag to resize

ServiceGetServiceConfiguration Method (Mailbox, IListServiceConfigurationType)

Gets configuration settings for the Unified Messaging, Protection Rules, and Mail Tips services.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ServiceConfigurationResponse GetServiceConfiguration(
	Mailbox mailbox,
	IList<ServiceConfigurationType> serviceConfigurationTypes
)

Parameters

mailbox
Type: Independentsoft.ExchangeMailbox
The mailbox.
serviceConfigurationTypes
Type: System.Collections.GenericIListServiceConfigurationType
The service configuration types.

Return Value

Type: ServiceConfigurationResponse
ServiceConfigurationResponse.
See Also